home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Freeware / Programare / nvu / nvu-0.80-win32-installer-full.exe / {app} / defaults / profile / US / all.js next >
Text File  |  2005-01-25  |  47KB  |  959 lines

  1. /* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
  2. /* ***** BEGIN LICENSE BLOCK *****
  3.  * Version: NPL 1.1/GPL 2.0/LGPL 2.1
  4.  *
  5.  * The contents of this file are subject to the Netscape Public License
  6.  * Version 1.1 (the "License"); you may not use this file except in
  7.  * compliance with the License. You may obtain a copy of the License at
  8.  * http://www.mozilla.org/NPL/
  9.  *
  10.  * Software distributed under the License is distributed on an "AS IS" basis,
  11.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  12.  * for the specific language governing rights and limitations under the
  13.  * License.
  14.  *
  15.  * The Original Code is mozilla.org code.
  16.  *
  17.  * The Initial Developer of the Original Code is 
  18.  * Netscape Communications Corporation.
  19.  * Portions created by the Initial Developer are Copyright (C) 1998
  20.  * the Initial Developer. All Rights Reserved.
  21.  *
  22.  * Contributor(s):
  23.  *
  24.  * Alternatively, the contents of this file may be used under the terms of
  25.  * either the GNU General Public License Version 2 or later (the "GPL"), or 
  26.  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  27.  * in which case the provisions of the GPL or the LGPL are applicable instead
  28.  * of those above. If you wish to allow use of your version of this file only
  29.  * under the terms of either the GPL or the LGPL, and not to allow others to
  30.  * use your version of this file under the terms of the NPL, indicate your
  31.  * decision by deleting the provisions above and replace them with the notice
  32.  * and other provisions required by the GPL or the LGPL. If you do not delete
  33.  * the provisions above, a recipient may use your version of this file under
  34.  * the terms of any one of the NPL, the GPL or the LGPL.
  35.  *
  36.  * ***** END LICENSE BLOCK ***** */
  37.  
  38. // SYNTAX HINTS:  dashes are delimiters.  Use underscores instead.
  39. //  The first character after a period must be alphabetic.
  40.  
  41. // pref("startup.homepage_override_url","chrome://browser-region/locale/region.properties");
  42. // pref("general.startup.browser", true);
  43.  
  44. pref("browser.chromeURL","chrome://editor/content/editor.xul");
  45. pref("browser.hiddenWindowChromeURL", "chrome://editor/content/hiddenWindow.xul");
  46. pref("xpinstall.dialog.confirm", "chrome://mozapps/content/xpinstall/xpinstallConfirm.xul");
  47. pref("xpinstall.dialog.progress.skin", "chrome://mozapps/content/extensions/extensions.xul?type=themes");
  48. pref("xpinstall.dialog.progress.chrome", "chrome://mozapps/content/extensions/extensions.xul?type=extensions");
  49. pref("xpinstall.dialog.progress.type.skin", "Extension:Manager-themes");
  50. pref("xpinstall.dialog.progress.type.chrome", "Extension:Manager-extensions");
  51.  
  52. // This is this application's unique identifier used by the Extension System to identify
  53. // this application as an extension target, and by the SmartUpdate system to identify
  54. // this application to the Update server.
  55. pref("app.id", "{136c295a-4a5a-41cf-bf24-5cee526720d5}");
  56. pref("app.version", 
  57. #expand __APP_VERSION__
  58. );
  59. pref("app.extensions.version", "1.0");
  60. pref("app.build_id", 
  61. #expand __BUILD_ID__
  62. );
  63.  
  64. // App-specific update preferences
  65. pref("app.update.enabled", true);               // Whether or not app updates are enabled
  66. pref("app.update.autoUpdateEnabled", true);     // Whether or not background app updates 
  67.                                                 // are enabled
  68. pref("app.update.url", "chrome://mozapps/locale/update/update.properties");
  69. pref("app.update.updatesAvailable", false);
  70. pref("app.update.interval", 86400000);          // Check for updates to Firefox every day
  71. pref("app.update.lastUpdateDate", 0);           // UTC offset when last App update was 
  72.                                                 // performed. 
  73. pref("app.update.performed", false);            // Whether or not an update has been 
  74.                                                 // performed this session. 
  75.  
  76. // Symmetric (can be overridden by individual extensions) update preferences.
  77. // e.g.
  78. //  extensions.{GUID}.update.enabled
  79. //  extensions.{GUID}.update.url
  80. //  extensions.{GUID}.update.interval
  81. //  .. etc ..
  82. //
  83. pref("extensions.update.enabled", true);
  84. pref("extensions.update.autoUpdateEnabled", true);
  85. pref("extensions.update.url", "chrome://mozapps/locale/extensions/extensions.properties");
  86. pref("extensions.update.autoUpdate", false);    // Automatically download and install 
  87.                                                 // updates to themes and extensions. 
  88.                                                 // Does nothing at present. 
  89. pref("extensions.update.interval", 604800000);  // Check for updates to Extensions and 
  90.                                                 // Themes every week
  91. pref("extensions.update.lastUpdateDate", 0);    // UTC offset when last Extension/Theme 
  92.                                                 // update was performed. 
  93. // Non-symmetric (not shared by extensions) extension-specific [update] preferences
  94. pref("extensions.getMoreExtensionsURL", "chrome://mozapps/locale/extensions/extensions.properties");
  95. pref("extensions.getMoreThemesURL", "chrome://mozapps/locale/extensions/extensions.properties");
  96. pref("extensions.update.severity.threshold", 5);// The number of pending Extension/Theme
  97.                                                 // updates you can have before the update
  98.                                                 // notifier goes from low->medium severity.
  99. pref("extensions.update.count", 0);             // The number of extension/theme/etc 
  100.                                                 // updates available
  101. pref("extensions.dss.enabled", false);          // Dynamic Skin Switching                                               
  102. pref("extensions.dss.switchPending", false);    // Non-dynamic switch pending after next
  103.                                                 // restart.
  104.  
  105. // General Update preferences
  106. pref("update.interval", 3600000);               // Check each of the above intervals 
  107.                                                 // every 60 mins
  108. pref("update.showSlidingNotification", true);   // Windows-only slide-up taskbar 
  109.                                                 // notification.
  110. // These prefs relate to the number and severity of updates available. This is a 
  111. // cache that the browser notification mechanism uses to determine if it should show
  112. // status bar UI if updates are detected and the app is shut down before installing
  113. // them.
  114. // 0 = low    (extension/theme updates), 
  115. // 1 = medium (numerous extension/theme updates), 
  116. // 2 = high   (new version of Firefox/Security patch)
  117. pref("update.severity", 0); 
  118.  
  119. pref("xpinstall.whitelist.add", "update.mozilla.org");
  120.  
  121. pref("general.skins.selectedSkin", "modern/1.0"); 
  122. pref("startup.homepage_override_url","chrome://navigator-region/locale/region.properties");
  123. pref("network.search.url","http://cgi.netscape.com/cgi-bin/url_search.cgi?search=");
  124.  
  125. pref("keyword.URL", "http://keyword.netscape.com/keyword/");
  126. pref("keyword.enabled", false);
  127. pref("general.useragent.locale", "chrome://navigator/locale/navigator.properties");
  128. pref("general.useragent.contentlocale", "chrome://navigator-region/locale/region.properties");
  129. pref("general.useragent.vendor", "Linspire Inc.");
  130. pref("general.useragent.vendorSub", 
  131. #expand __APP_VERSION__
  132. );
  133.  
  134. pref("general.startup.browser",             false);
  135. pref("general.startup.mail",                false);
  136. pref("general.startup.news",                false);
  137. pref("general.startup.editor",              true);
  138. pref("general.startup.compose",             false);
  139. pref("general.startup.addressbook",         false);
  140. pref("editor.standalone", true);
  141.  
  142. pref("general.open_location.last_url",      "");
  143. pref("general.open_location.last_window_choice", 0);
  144.  
  145. pref("backups.number_of_prefs_copies", 1);
  146.  
  147. // 0 = blank, 1 = home (browser.startup.homepage), 2 = last
  148. pref("browser.startup.page",                1);
  149. pref("browser.startup.homepage",       "chrome://navigator-region/locale/region.properties");
  150. pref("browser.startup.homepage.count", 1);
  151. // "browser.startup.homepage_override" was for 4.x
  152. pref("browser.startup.homepage_override.1", true);
  153. pref("browser.startup.autoload_homepage",   true);
  154.  
  155. pref("browser.cache.enable",                true); // see also network.http.use-cache
  156. pref("browser.cache.disk.enable",           true);
  157. pref("browser.cache.disk.capacity",         50000);
  158. pref("browser.cache.memory.enable",         true);
  159. pref("browser.cache.memory.capacity",       4096);
  160. pref("browser.cache.disk_cache_ssl",        false);
  161. // 0 = once-per-session, 1 = each-time, 2 = never, 3 = when-appropriate/automatically
  162. pref("browser.cache.check_doc_frequency",   3);
  163.  
  164. pref("browser.display.use_document_fonts",  1);  // 0 = never, 1 = quick, 2 = always
  165. pref("browser.display.use_document_colors", true);
  166. pref("browser.display.use_system_colors",   false);
  167. pref("browser.display.foreground_color",    "#000000");
  168. pref("browser.display.background_color",    "#FFFFFF");
  169. pref("browser.display.force_inline_alttext", false); // true = force ALT text for missing images to be layed out inline
  170. // 0 = no external leading, 
  171. // 1 = use external leading only when font provides, 
  172. // 2 = add extra leading both internal leading and external leading are zero
  173. pref("browser.display.normal_lineheight_calc_control", 2);
  174. pref("browser.display.show_image_placeholders", true); // true = show image placeholders while image is loaded and when image is broken
  175. pref("browser.anchor_color",                "#0000EE");
  176. pref("browser.active_color",                "#EE0000");
  177. pref("browser.visited_color",               "#551A8B");
  178. pref("browser.underline_anchors",           true);
  179. pref("browser.blink_allowed",               true);
  180. pref("browser.enable_automatic_image_resizing", false);
  181.  
  182. pref("browser.display.use_focus_colors",    false);
  183. pref("browser.display.focus_background_color", "#117722");
  184. pref("browser.display.focus_text_color",     "#ffffff");
  185. pref("browser.display.focus_ring_width",     1);
  186. pref("browser.display.focus_ring_on_anything", false);
  187.  
  188. pref("browser.urlbar.autoFill", false);
  189. pref("browser.urlbar.showPopup", true);
  190. pref("browser.urlbar.showSearch", true);
  191. pref("browser.urlbar.matchOnlyTyped", false);
  192.  
  193. pref("browser.chrome.site_icons", true);
  194. pref("browser.chrome.favicons", false);
  195.  
  196. pref("browser.chrome.toolbar_tips",         true);
  197. // 0 = Pictures Only, 1 = Text Only, 2 = Pictures and Text
  198. pref("browser.chrome.toolbar_style",        2);
  199.  
  200. pref("browser.toolbars.showbutton.bookmarks", true);
  201. pref("browser.toolbars.showbutton.go",      false);
  202. pref("browser.toolbars.showbutton.home",    true);
  203. pref("browser.toolbars.showbutton.print",   true);
  204. pref("browser.toolbars.showbutton.search",  true);
  205.  
  206. pref("browser.turbo.enabled", false);
  207.  
  208. pref("browser.helperApps.alwaysAsk.force",  false);
  209. pref("browser.helperApps.neverAsk.saveToDisk", "");
  210. pref("browser.helperApps.neverAsk.openFile", "");
  211.  
  212. pref("accessibility.browsewithcaret", false);
  213. pref("accessibility.warn_on_browsewithcaret", true);
  214. // Tab focus model bit field:
  215. // 1 focuses text controls, 2 focuses other form elements, 4 adds links.
  216. // Most users will want 1, 3, or 7.
  217. pref("accessibility.tabfocus", 7);
  218. pref("accessibility.usetexttospeech", "");
  219. pref("accessibility.usebrailledisplay", "");
  220. pref("accessibility.accesskeycausesactivation", true);
  221.  
  222. // Type Ahead Find
  223. pref("accessibility.typeaheadfind", true);
  224. pref("accessibility.typeaheadfind.autostart", true);
  225. pref("accessibility.typeaheadfind.linksonly", true);
  226. pref("accessibility.typeaheadfind.startlinksonly", false);
  227. pref("accessibility.typeaheadfind.timeout", 4000);
  228. pref("accessibility.typeaheadfind.enabletimeout", true);
  229. pref("accessibility.typeaheadfind.soundURL", "default");
  230. pref("accessibility.typeaheadfind.enablesound", true);
  231.  
  232. // Dialog modality issues
  233. pref("browser.prefWindowModal", true);
  234. pref("browser.show_about_as_stupid_modal_window", false);
  235.  
  236. pref("browser.download.progressDnldDialog.keepAlive", true); // keep the dnload progress dialog up after dnload is complete
  237. pref("browser.download.progressDnldDialog.enable_launch_reveal_buttons", true);
  238.  
  239. // various default search settings
  240. pref("browser.search.defaulturl", "chrome://navigator-region/locale/region.properties");
  241. pref("browser.search.opensidebarsearchpanel", true);
  242. pref("browser.search.last_search_category", "NC:SearchCategory?category=urn:search:category:1");
  243. pref("browser.search.mode", 0);
  244. pref("browser.search.powermode", 0);
  245. // basic search popup constraint: minimum sherlock plugin version displayed
  246. // (note: must be a string representation of a float or it'll default to 0.0)
  247. pref("browser.search.basic.min_ver", "0.0");
  248. pref("browser.urlbar.autocomplete.enabled", true);
  249. pref("browser.urlbar.clickSelectsAll", true);
  250.  
  251. pref("browser.history_expire_days", 9);
  252. pref("browser.history.grouping", "day");
  253. pref("browser.sessionhistory.max_entries", 50);
  254.  
  255. // Translation service
  256. pref("browser.translation.service", "http://www.teletranslator.com:8120/?AlisUI=frames_ex/moz_home&alis_info=moz&AlisTargetURI=");
  257. pref("browser.translation.serviceDomain", "teletranslator.com");
  258.   
  259. // Platform for Internet Content Selection
  260. pref("browser.PICS.ratings_enabled", false);
  261. pref("browser.PICS.pages_must_be_rated", false);
  262. pref("browser.PICS.disable_for_this_session", false);
  263. pref("browser.PICS.reenable_for_this_session", false);
  264. pref("browser.PICS.service.http___home_netscape_com_default_rating.service_enabled", true);
  265. pref("browser.PICS.service.http___home_netscape_com_default_rating.s", 0);
  266.  
  267. // loading and rendering of framesets and iframes
  268. pref("browser.frames.enabled", true);
  269.  
  270. // form submission
  271. pref("browser.forms.submit.backwards_compatible", true);
  272.  
  273. // Tab browser preferences.
  274. pref("browser.tabs.autoHide", true);
  275. pref("browser.tabs.forceHide", false);
  276. pref("browser.tabs.loadInBackground", false);
  277. pref("browser.tabs.opentabfor.middleclick", false);
  278. pref("browser.tabs.opentabfor.urlbar", false);
  279. pref("browser.tabs.opentabfor.windowopen", false);
  280. pref("browser.tabs.opentabfor.bookmarks", false);
  281.  
  282. // view source
  283. pref("view_source.syntax_highlight", true);
  284. pref("view_source.wrap_long_lines", false);
  285.  
  286. // css2 hover pref
  287. pref("nglayout.events.showHierarchicalHover", false);
  288.  
  289. // dispatch left clicks only to content in browser (still allows clicks to chrome/xul)
  290. pref("nglayout.events.dispatchLeftClickOnly", true);
  291.  
  292. // whether or not to use xbl form controls
  293. pref("nglayout.debug.enable_xbl_forms", false);
  294.  
  295. // size of scrollbar snapping region
  296. pref("slider.snapMultiplier", 6);
  297.  
  298. // option to choose plug-in finder
  299. pref("application.use_ns_plugin_finder", false);
  300.  
  301. // Smart Browsing prefs
  302. pref("browser.related.enabled", true);
  303. pref("browser.related.autoload", 1);  // 0 = Always, 1 = After first use, 2 = Never
  304. pref("browser.related.provider", "http://www-rl.netscape.com/wtgn?");
  305. pref("browser.related.disabledForDomains", "");
  306. pref("browser.goBrowsing.enabled", true);
  307.  
  308. // URI fixup prefs
  309. pref("browser.fixup.alternate.enabled", true);
  310. pref("browser.fixup.alternate.prefix", "www.");
  311. pref("browser.fixup.alternate.suffix", ".com");
  312.  
  313. // Default bookmark sorting
  314. pref("browser.bookmarks.sort.direction", "descending");
  315. pref("browser.bookmarks.sort.resource", "rdf:http://home.netscape.com/NC-rdf#Name");
  316.  
  317. //Internet Search
  318. pref("browser.search.defaultenginename", "chrome://communicator-region/locale/region.properties");
  319.  
  320. // Print header customization
  321. // Use the following codes:
  322. // &T - Title
  323. // &U - Document URL
  324. // &D - Date/Time
  325. // &P - Page Number
  326. // &PT - Page Number "of" Page total
  327. // Set each header to a string containing zero or one of these codes
  328. // and the code will be replaced in that string by the corresponding data
  329. pref("print.print_headerleft", "&T");
  330. pref("print.print_headercenter", "");
  331. pref("print.print_headerright", "&U");
  332. pref("print.print_footerleft", "&PT");
  333. pref("print.print_footercenter", "");
  334. pref("print.print_footerright", "&D");
  335. pref("print.show_print_progress", true);
  336.  
  337. // When this is set to false it means each window has its PrintSettings
  338. // and a change in one browser window does not effect the others
  339. pref("print.use_global_printsettings", true);
  340.  
  341. // This indicates whether it should use the native dialog or the XP Dialog50
  342. pref("print.use_native_print_dialog", false);
  343.  
  344. // Save the Printings after each print job
  345. pref("print.save_print_settings", true);
  346.  
  347. pref("print.whileInPrintPreview", true);
  348.  
  349. // Cache old Presentation when going into Print Preview
  350. pref("print.always_cache_old_pres", false);
  351.  
  352. #ifdef LINSPIRE
  353. // For KDE only
  354. pref("print.printer_PostScript/default.print_command", "kprinter --stdin");
  355. #endif
  356.  
  357. // Enables you to specify the gap from the edge of the paper to the margin
  358. // this is used by both Printing and Print Preview
  359. pref("print.print_edge_top", 0); // 1/100 of an inch
  360. pref("print.print_edge_left", 0); // 1/100 of an inch
  361. pref("print.print_edge_right", 0); // 1/100 of an inch
  362. pref("print.print_edge_bottom", 0); // 1/100 of an inch
  363.  
  364. // Default Capability Preferences: Security-Critical! 
  365. // Editing these may create a security risk - be sure you know what you're doing
  366. //pref("capability.policy.default.barprop.visible.set", "UniversalBrowserWrite");
  367.  
  368. pref("capability.policy.default_policynames", "mailnews");
  369. pref("capability.policy.policynames", "");
  370.  
  371. pref("capability.policy.default.DOMException.code", "allAccess");
  372. pref("capability.policy.default.DOMException.message", "allAccess");
  373. pref("capability.policy.default.DOMException.name", "allAccess");
  374. pref("capability.policy.default.DOMException.result", "allAccess");
  375. pref("capability.policy.default.DOMException.toString", "allAccess");
  376.  
  377. pref("capability.policy.default.History.back", "allAccess");
  378. pref("capability.policy.default.History.current", "UniversalBrowserRead");
  379. pref("capability.policy.default.History.forward", "allAccess");
  380. pref("capability.policy.default.History.go", "allAccess");
  381. pref("capability.policy.default.History.item", "UniversalBrowserRead");
  382. pref("capability.policy.default.History.next", "UniversalBrowserRead");
  383. pref("capability.policy.default.History.previous", "UniversalBrowserRead");
  384. pref("capability.policy.default.History.toString", "UniversalBrowserRead");
  385.  
  386. pref("capability.policy.default.HTMLDocument.close", "allAccess");
  387. pref("capability.policy.default.HTMLDocument.open", "allAccess");
  388.  
  389. pref("capability.policy.default.Location.hash.set", "allAccess");
  390. pref("capability.policy.default.Location.href.set", "allAccess");
  391. pref("capability.policy.default.Location.reload", "allAccess");
  392. pref("capability.policy.default.Location.replace", "allAccess");
  393.  
  394. pref("capability.policy.default.Navigator.preference", "allAccess");
  395. pref("capability.policy.default.Navigator.preferenceinternal.get", "UniversalPreferencesRead");
  396. pref("capability.policy.default.Navigator.preferenceinternal.set", "UniversalPreferencesWrite");
  397.  
  398. pref("capability.policy.default.Window.blur", "allAccess");
  399. pref("capability.policy.default.Window.close", "allAccess");
  400. pref("capability.policy.default.Window.closed", "allAccess");
  401. pref("capability.policy.default.Window.Components", "allAccess");
  402. pref("capability.policy.default.Window.document", "allAccess");
  403. pref("capability.policy.default.Window.focus", "allAccess");
  404. pref("capability.policy.default.Window.frames", "allAccess");
  405. pref("capability.policy.default.Window.history", "allAccess");
  406. pref("capability.policy.default.Window.length", "allAccess");
  407. pref("capability.policy.default.Window.location", "allAccess");
  408. pref("capability.policy.default.Window.opener", "allAccess");
  409. pref("capability.policy.default.Window.parent", "allAccess");
  410. pref("capability.policy.default.Window.self", "allAccess");
  411. pref("capability.policy.default.Window.top", "allAccess");
  412. pref("capability.policy.default.Window.window", "allAccess");
  413.  
  414. // Restrictions on the DOM for mail/news - see bugs 66938 and 84545
  415. pref("capability.policy.mailnews.sites", "mailbox: imap: news:");
  416.  
  417. pref("capability.policy.mailnews.*.attributes.get", "noAccess");
  418. pref("capability.policy.mailnews.*.baseURI.get", "noAccess");
  419. pref("capability.policy.mailnews.*.data.get", "noAccess");
  420. pref("capability.policy.mailnews.*.getAttribute", "noAccess");
  421. pref("capability.policy.mailnews.*.getNamedItem", "noAccess");
  422. pref("capability.policy.mailnews.*.host.get", "noAccess");
  423. pref("capability.policy.mailnews.*.hostname.get", "noAccess");
  424. pref("capability.policy.mailnews.*.href.get", "noAccess");
  425. pref("capability.policy.mailnews.*.innerHTML.get", "noAccess");
  426. pref("capability.policy.mailnews.*.lowSrc.get", "noAccess");
  427. pref("capability.policy.mailnews.*.nodeValue.get", "noAccess");
  428. pref("capability.policy.mailnews.*.pathname.get", "noAccess");
  429. pref("capability.policy.mailnews.*.protocol.get", "noAccess");
  430. pref("capability.policy.mailnews.*.src.get", "noAccess");
  431. pref("capability.policy.mailnews.*.substringData.get", "noAccess");
  432. pref("capability.policy.mailnews.*.text.get", "noAccess");
  433. pref("capability.policy.mailnews.*.title.get", "noAccess");
  434. pref("capability.policy.mailnews.DOMException.toString", "noAccess");
  435. pref("capability.policy.mailnews.HTMLAnchorElement.toString", "noAccess");
  436. pref("capability.policy.mailnews.HTMLDocument.domain", "noAccess");
  437. pref("capability.policy.mailnews.HTMLDocument.URL", "noAccess");
  438. pref("capability.policy.mailnews.Location.toString", "noAccess");
  439. pref("capability.policy.mailnews.Range.toString", "noAccess");
  440. pref("capability.policy.mailnews.Window.blur", "noAccess");
  441. pref("capability.policy.mailnews.Window.focus", "noAccess");
  442. pref("capability.policy.mailnews.Window.innerWidth.set", "noAccess");
  443. pref("capability.policy.mailnews.Window.innerHeight.set", "noAccess");
  444. pref("capability.policy.mailnews.Window.moveBy", "noAccess");
  445. pref("capability.policy.mailnews.Window.moveTo", "noAccess");
  446. pref("capability.policy.mailnews.Window.name.set", "noAccess");
  447. pref("capability.policy.mailnews.Window.outerHeight.set", "noAccess");
  448. pref("capability.policy.mailnews.Window.outerWidth.set", "noAccess");
  449. pref("capability.policy.mailnews.Window.resizeBy", "noAccess");
  450. pref("capability.policy.mailnews.Window.resizeTo", "noAccess");
  451. pref("capability.policy.mailnews.Window.screenX.set", "noAccess");
  452. pref("capability.policy.mailnews.Window.screenY.set", "noAccess");
  453. pref("capability.policy.mailnews.Window.sizeToContent", "noAccess");
  454. pref("capability.policy.mailnews.document.load", "noAccess");
  455. pref("capability.policy.mailnews.XMLHttpRequest.channel", "noAccess");
  456. pref("capability.policy.mailnews.XMLHttpRequest.responseXML", "noAccess");
  457. pref("capability.policy.mailnews.XMLHttpRequest.responseText", "noAccess");
  458. pref("capability.policy.mailnews.XMLHttpRequest.status", "noAccess");
  459. pref("capability.policy.mailnews.XMLHttpRequest.statusText", "noAccess");
  460. pref("capability.policy.mailnews.XMLHttpRequest.abort", "noAccess");
  461. pref("capability.policy.mailnews.XMLHttpRequest.getAllResponseHeaders", "noAccess");
  462. pref("capability.policy.mailnews.XMLHttpRequest.getResponseHeader", "noAccess");
  463. pref("capability.policy.mailnews.XMLHttpRequest.open", "noAccess");
  464. pref("capability.policy.mailnews.XMLHttpRequest.send", "noAccess");
  465. pref("capability.policy.mailnews.XMLHttpRequest.setRequestHeader", "noAccess");
  466. pref("capability.policy.mailnews.XMLHttpRequest.readyState", "noAccess");
  467. pref("capability.policy.mailnews.XMLHttpRequest.overrideMimeType", "noAccess");
  468. pref("capability.policy.mailnews.XMLHttpRequest.onload", "noAccess");
  469. pref("capability.policy.mailnews.XMLHttpRequest.onerror", "noAccess");
  470. pref("capability.policy.mailnews.XMLHttpRequest.onreadystatechange", "noAccess");
  471. pref("capability.policy.mailnews.XMLSerializer.serializeToString", "noAccess");
  472. pref("capability.policy.mailnews.XMLSerializer.serializeToStream", "noAccess");
  473. pref("capability.policy.mailnews.DOMParser,parseFromString", "noAccess");
  474. pref("capability.policy.mailnews.DOMParser,parseFromStream", "noAccess");
  475. pref("capability.policy.mailnews.SOAPCall.transportURI", "noAccess");
  476. pref("capability.policy.mailnews.SOAPCall.verifySourceHeader", "noAccess");
  477. pref("capability.policy.mailnews.SOAPCall.invoke", "noAccess");
  478. pref("capability.policy.mailnews.SOAPCall.asyncInvoke", "noAccess");
  479. pref("capability.policy.mailnews.SOAPResponse.fault", "noAccess");
  480. pref("capability.policy.mailnews.SOAPEncoding.styleURI", "noAccess");
  481. pref("capability.policy.mailnews.SOAPEncoding.getAssociatedEncoding", "noAccess");
  482. pref("capability.policy.mailnews.SOAPEncoding.setEncoder", "noAccess");
  483. pref("capability.policy.mailnews.SOAPEncoding.getEncoder", "noAccess");
  484. pref("capability.policy.mailnews.SOAPEncoding.setDecoder", "noAccess");
  485. pref("capability.policy.mailnews.SOAPEncoding.setDecoder", "noAccess");
  486. pref("capability.policy.mailnews.SOAPEncoding.getDecoder", "noAccess");
  487. pref("capability.policy.mailnews.SOAPEncoding.defaultEncoder", "noAccess");
  488. pref("capability.policy.mailnews.SOAPEncoding.defaultDecoder", "noAccess");
  489. pref("capability.policy.mailnews.SOAPEncoding.schemaCollection", "noAccess");
  490. pref("capability.policy.mailnews.SOAPEncoding.encode", "noAccess");
  491. pref("capability.policy.mailnews.SOAPEncoding.decode", "noAccess");
  492. pref("capability.policy.mailnews.SOAPEncoding.mapSchemaURI", "noAccess");
  493. pref("capability.policy.mailnews.SOAPEncoding.unmapSchemaURI", "noAccess");
  494. pref("capability.policy.mailnews.SOAPEncoding.getInternalSchemaURI", "noAccess");
  495. pref("capability.policy.mailnews.SOAPEncoding.getExternalSchemaURI", "noAccess");
  496. pref("capability.policy.mailnews.SOAPFault.element", "noAccess");
  497. pref("capability.policy.mailnews.SOAPFault.faultNamespaceURI", "noAccess");
  498. pref("capability.policy.mailnews.SOAPFault.faultCode", "noAccess");
  499. pref("capability.policy.mailnews.SOAPFault.faultString", "noAccess");
  500. pref("capability.policy.mailnews.SOAPFault.faultActor", "noAccess");
  501. pref("capability.policy.mailnews.SOAPFault.detail", "noAccess");
  502. pref("capability.policy.mailnews.SOAPHeaderBlock.actorURI", "noAccess");
  503. pref("capability.policy.mailnews.SOAPHeaderBlock.mustUnderstand", "noAccess");
  504. pref("capability.policy.mailnews.SOAPParameter", "noAccess");
  505. pref("capability.policy.mailnews.SOAPPropertyBagMutator.propertyBag", "noAccess");
  506. pref("capability.policy.mailnews.SOAPPropertyBagMutator.addProperty", "noAccess");
  507. pref("capability.policy.mailnews.SchemaLoader.load", "noAccess");
  508. pref("capability.policy.mailnews.SchemaLoader.loadAsync", "noAccess");
  509. pref("capability.policy.mailnews.SchemaLoader.processSchemaElement", "noAccess");
  510. pref("capability.policy.mailnews.SchemaLoader.onLoad", "noAccess");
  511. pref("capability.policy.mailnews.SchemaLoader.onError", "noAccess");
  512.  
  513. // XMLExtras
  514. pref("capability.policy.default.XMLHttpRequest.channel", "noAccess");
  515. pref("capability.policy.default.DOMParser.parseFromStream", "noAccess");
  516.  
  517.  
  518. // Scripts & Windows prefs
  519. pref("browser.block.target_new_window",     false);
  520. pref("dom.disable_image_src_set",           false);
  521. pref("dom.disable_open_during_load",        false);
  522. pref("dom.disable_window_flip",             false);
  523. pref("dom.disable_window_move_resize",      false);
  524. pref("dom.disable_window_status_change",    false);
  525.  
  526. pref("dom.disable_window_open_feature.titlebar",    false);
  527. pref("dom.disable_window_open_feature.close",       false);
  528. pref("dom.disable_window_open_feature.toolbar",     false);
  529. pref("dom.disable_window_open_feature.location",    false);
  530. pref("dom.disable_window_open_feature.directories", false);
  531. pref("dom.disable_window_open_feature.personalbar", false);
  532. pref("dom.disable_window_open_feature.menubar",     false);
  533. pref("dom.disable_window_open_feature.scrollbars",  false);
  534. pref("dom.disable_window_open_feature.resizable",   false);
  535. pref("dom.disable_window_open_feature.minimizable", false);
  536. pref("dom.disable_window_open_feature.status",      false);
  537.  
  538. pref("dom.allow_scripts_to_close_windows",          false);
  539.  
  540. pref("javascript.enabled",                  true);
  541. pref("javascript.allow.mailnews",           false);
  542. pref("javascript.options.strict",           false);
  543. pref("javascript.options.showInConsole",    true);
  544.  
  545. // advanced prefs
  546. pref("advanced.always_load_images",         true);
  547. pref("security.enable_java",                true);
  548. pref("advanced.mailftp",                    false);
  549. pref("image.animation_mode",                "normal");
  550.  
  551. pref("offline.startup_state",            0);
  552. pref("offline.send.unsent_messages",            0);
  553. pref("offline.download.download_messages",  0);
  554. pref("offline.prompt_synch_on_exit",            true);
  555. pref("offline.news.download.use_days",          0);
  556.  
  557. // If there is ever a security firedrill that requires
  558. // us to block certian ports global, this is the pref 
  559. // to use.  Is is a comma delimited list of port numbers
  560. // for example:
  561. //   pref("network.security.ports.banned", "1,2,3,4,5");
  562. // prevents necko connecting to ports 1-5 unless the protocol
  563. // overrides.
  564.  
  565. // Prevent using external protocol handlers for these schemes
  566. pref("network.protocol-handler.external.hcp", false);
  567. pref("network.protocol-handler.external.vbscript", false);
  568. pref("network.protocol-handler.external.javascript", false);
  569. pref("network.protocol-handler.external.ms-help", false);
  570. pref("network.protocol-handler.external.vnd.ms.radio", false);
  571. pref("network.protocol-handler.external.chrome", false);
  572.  
  573. //pref("network.protocol-handler.external.http", true);
  574. //pref("network.protocol-handler.external.https", true);
  575.  
  576. // By default, all protocol handlers are hidden.  This means
  577. // that composer will not respond to X-remote openURL commands
  578. // and it will also defer all link clicks to the user's browser.
  579. pref("network.protocol-handler.expose-all", true);
  580.  
  581. pref("network.hosts.smtp_server",           "mail");
  582. pref("network.hosts.pop_server",            "mail");
  583. pref("network.protocols.useSystemDefaults",   false); // set to true if user links should use system default handlers
  584.  
  585. // <http>
  586. pref("network.http.version", "1.1");      // default
  587. // pref("network.http.version", "1.0");   // uncomment this out in case of problems
  588. // pref("network.http.version", "0.9");   // it'll work too if you're crazy
  589. // keep-alive option is effectively obsolete. Nevertheless it'll work with
  590. // some older 1.0 servers:
  591.  
  592. pref("network.http.proxy.version", "1.1");    // default
  593. // pref("network.http.proxy.version", "1.0"); // uncomment this out in case of problems
  594.                                               // (required if using junkbuster proxy)
  595.  
  596. // enable caching of http documents
  597. pref("network.http.use-cache", true);
  598.  
  599. // this preference can be set to override the socket type used for normal
  600. // HTTP traffic.  an empty value indicates the normal TCP/IP socket type.
  601. pref("network.http.default-socket-type", "");
  602.  
  603. pref("network.http.keep-alive", true); // set it to false in case of problems
  604. pref("network.http.proxy.keep-alive", true);
  605. pref("network.http.keep-alive.timeout", 300);
  606.  
  607. // limit the absolute number of http connections.
  608. pref("network.http.max-connections", 24);
  609.  
  610. // limit the absolute number of http connections that can be established per
  611. // host.  if a http proxy server is enabled, then the "server" is the proxy
  612. // server.  Otherwise, "server" is the http origin server.
  613. pref("network.http.max-connections-per-server", 8);
  614.  
  615. // if network.http.keep-alive is true, and if NOT connecting via a proxy, then
  616. // a new connection will only be attempted if the number of active persistent
  617. // connections to the server is less then max-persistent-connections-per-server.
  618. pref("network.http.max-persistent-connections-per-server", 2);
  619.  
  620. // if network.http.keep-alive is true, and if connecting via a proxy, then a
  621. // new connection will only be attempted if the number of active persistent
  622. // connections to the proxy is less then max-persistent-connections-per-proxy.
  623. pref("network.http.max-persistent-connections-per-proxy", 4);
  624.  
  625. // amount of time (in seconds) to suspend pending requests, before spawning a
  626. // new connection, once the limit on the number of persistent connections per
  627. // host has been reached.  however, a new connection will not be created if
  628. // max-connections or max-connections-per-server has also been reached.
  629. pref("network.http.request.max-start-delay", 10);
  630.  
  631. // http specific network timeouts (XXX currently unused)
  632. pref("network.http.connect.timeout",  30);    // in seconds
  633. pref("network.http.request.timeout", 120);    // in seconds
  634.  
  635. // Headers
  636. pref("network.http.accept.default", "text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,video/x-mng,image/png,image/jpeg,image/gif;q=0.2,*/*;q=0.1");
  637.  
  638. pref("network.http.sendRefererHeader",      2); // 0=don't send any, 1=send only on clicks, 2=send on image requests as well
  639.  
  640. // Controls whether we send HTTPS referres to other HTTPS sites.
  641. // By default this is enabled for compatibility (see bug 141641)
  642. pref("network.http.sendSecureXSiteReferrer", true);
  643.  
  644. // Maximum number of consecutive redirects before aborting.
  645. pref("network.http.redirection-limit", 20);
  646.  
  647. // Enable http compression: comment this out in case of problems with 1.1
  648. pref("network.http.accept-encoding" ,"gzip,deflate,compress;q=0.9");
  649.  
  650. pref("network.http.pipelining"      , false);
  651. pref("network.http.proxy.pipelining", false);
  652.  
  653. // Always pipeling the very first request:  this will only work when you are
  654. // absolutely sure the the site or proxy you are browsing to/through support
  655. // pipelining; the default behavior will be that the browser will first make
  656. // a normal, non-pipelined request, then  examine  and remember the responce
  657. // and only the subsequent requests to that site will be pipeline
  658. pref("network.http.pipelining.firstrequest", false);
  659.  
  660. // Max number of requests in the pipeline
  661. pref("network.http.pipelining.maxrequests" , 4);
  662.  
  663. pref("network.http.proxy.ssl.connect",true);
  664. // </http>
  665.  
  666. // This preference controls whether or not internationalized domain names (IDN)
  667. // are handled.  IDN requires a nsIIDNService implementation.
  668. pref("network.enableIDN", true);
  669.  
  670. // This preference controls whether or not URLs with UTF-8 characters are
  671. // escaped.  Set this preference to TRUE for strict RFC2396 conformance.
  672. pref("network.standard-url.escape-utf8", true);
  673.  
  674. // Idle timeout for ftp control connections - 5 minute default
  675. pref("network.ftp.idleConnectionTimeout", 300);
  676.  
  677. // directory listing format - constants are defined in nsIDirectoryListing.idl
  678. // Do not set this to 0...
  679. pref("network.dir.format", 2);
  680.  
  681. // enables the prefetch service (i.e., prefetching of <link rel="next"> URLs).
  682. pref("network.prefetch-next", true);
  683.  
  684. // sspitzer:  change this back to "news" when we get to beta.
  685. // for now, set this to news.mozilla.org because you can only
  686. // post to the server specified by this pref.
  687. pref("network.hosts.nntp_server",           "news.mozilla.org");
  688.  
  689. pref("network.hosts.socks_server",          "");
  690. pref("network.hosts.socks_serverport",      1080);
  691. pref("network.hosts.socks_conf",            "");
  692. pref("network.image.imageBehavior",         0); // 0-Accept, 1-dontAcceptForeign, 2-dontUse
  693. pref("network.image.warnAboutImages",       false);
  694. pref("network.proxy.autoconfig_url",        "");
  695. pref("network.proxy.type",                  0);
  696. pref("network.proxy.ftp",                   "");
  697. pref("network.proxy.ftp_port",              0);
  698. pref("network.proxy.gopher",                "");
  699. pref("network.proxy.gopher_port",           0);
  700. pref("network.proxy.news",                  "");
  701. pref("network.proxy.news_port",             0);
  702. pref("network.proxy.http",                  "");
  703. pref("network.proxy.http_port",             0);
  704. pref("network.proxy.wais",                  "");
  705. pref("network.proxy.wais_port",             0);
  706. pref("network.proxy.ssl",                   "");
  707. pref("network.proxy.ssl_port",              0);
  708. pref("network.proxy.socks",                 "");
  709. pref("network.proxy.socks_port",            0);
  710. pref("network.proxy.socks_version",         5);
  711. pref("network.proxy.no_proxies_on",         "localhost, 127.0.0.1");
  712. pref("network.online",                      true); //online/offline
  713. pref("network.cookie.cookieBehavior",       3); // 0-Accept, 1-dontAcceptForeign, 2-dontUse, 3-p3p
  714. pref("network.cookie.disableCookieForMailNews", true); // disable all cookies for mail
  715. pref("network.cookie.warnAboutCookies",     false);
  716. pref("network.cookie.lifetime.enabled",     false);
  717. pref("network.cookie.lifetime.behavior",    0);
  718. pref("network.cookie.lifetime.days",        90);
  719.  
  720. // The following default value is for p3p medium mode.
  721. // See extensions/cookie/resources/content/p3p.xul for the definitions of low/medium/hi
  722. pref("network.cookie.p3p",                  "ffffaaaa");
  723. pref("network.cookie.p3plevel",             1); // 0=low, 1=medium, 2=high, 3=custom
  724.  
  725. pref("signon.rememberSignons",              true);
  726. pref("signon.expireMasterPassword",         false);
  727. pref("network.enablePad",                   false); // Allow client to do proxy autodiscovery
  728. pref("network.enableIDN",                   false); // Turn on/off IDN (Internationalized Domain Name) resolution
  729. pref("converter.html2txt.structs",          true); // Output structured phrases (strong, em, code, sub, sup, b, i, u)
  730. pref("converter.html2txt.header_strategy",  1); // 0 = no indention; 1 = indention, increased with header level; 2 = numbering and slight indention
  731. pref("wallet.captureForms",                 true);
  732. pref("wallet.notified",                     false);
  733. pref("wallet.TutorialFromMenu",             "chrome://navigator/locale/navigator.properties");
  734. pref("wallet.Server",                       "chrome://navigator/locale/navigator.properties");
  735. pref("wallet.Samples",                      "chrome://navigator/locale/navigator.properties");
  736. pref("wallet.version",                      "1");
  737. pref("wallet.enabled",                      true);
  738. pref("wallet.crypto",                       false);
  739. pref("wallet.crypto.autocompleteoverride",  false); // Ignore 'autocomplete=off' - available only when wallet.crypto is enabled. 
  740. pref("wallet.namePanel.hide",               false);
  741. pref("wallet.addressPanel.hide",            false);
  742. pref("wallet.phonePanel.hide",              false);
  743. pref("wallet.creditPanel.hide",             false);
  744. pref("wallet.employPanel.hide",             false);
  745. pref("wallet.miscPanel.hide",               false);
  746. pref("imageblocker.enabled",                true);
  747. pref("intl.accept_languages",               "chrome://navigator/locale/navigator.properties");
  748. pref("intl.accept_charsets",                "iso-8859-1,*,utf-8");
  749. pref("intl.collationOption",                "chrome://navigator-platform/locale/navigator.properties");
  750. pref("intl.menuitems.alwaysappendacceskeys","chrome://navigator/locale/navigator.properties");
  751. pref("intl.charsetmenu.browser.static",     "chrome://navigator/locale/navigator.properties");
  752. pref("intl.charsetmenu.browser.more1",      "chrome://navigator/locale/navigator.properties");
  753. pref("intl.charsetmenu.browser.more2",      "chrome://navigator/locale/navigator.properties");
  754. pref("intl.charsetmenu.browser.more3",      "chrome://navigator/locale/navigator.properties");
  755. pref("intl.charsetmenu.browser.more4",      "chrome://navigator/locale/navigator.properties");
  756. pref("intl.charsetmenu.browser.more5",      "chrome://navigator/locale/navigator.properties");
  757. pref("intl.charsetmenu.mailedit",           "chrome://navigator/locale/navigator.properties");
  758. pref("intl.charsetmenu.browser.cache",      "");
  759. pref("intl.charsetmenu.mailview.cache",     "");
  760. pref("intl.charsetmenu.composer.cache",     "");
  761. pref("intl.charsetmenu.browser.cache.size", 5);
  762. pref("intl.charset.detector",               "chrome://navigator/locale/navigator.properties");
  763. pref("intl.charset.default",                "chrome://navigator-platform/locale/navigator.properties");
  764. pref("intl.content.langcode",               "chrome://communicator-region/locale/region.properties");
  765. pref("intl.locale.matchOS",                 false);
  766. // fallback charset list for Unicode conversion (converting from Unicode)
  767. // currently used for mail send only to handle symbol characters (e.g Euro, trademark, smartquotes)
  768. // for ISO-8859-1
  769. pref("intl.fallbackCharsetList.ISO-8859-1", "windows-1252");
  770. pref("font.language.group",                 "chrome://navigator/locale/navigator.properties");
  771.  
  772. // -- folders (Mac: these are binary aliases.)
  773. pref("mail.signature_file",             "");
  774. pref("mail.directory",                  "");
  775.  
  776. pref("images.dither", "auto");
  777. pref("news.directory",                  "");
  778. pref("security.directory",              "");
  779.  
  780. pref("autoupdate.enabled",              true);
  781.  
  782. pref("browser.editor.disabled", false);
  783.  
  784. pref("spellchecker.dictionary", "");
  785.  
  786. pref("signed.applets.codebase_principal_support", false);
  787. pref("security.checkloaduri", false);
  788. pref("security.xpconnect.plugin.unrestricted", true);
  789.  
  790. // Modifier key prefs: default to Windows settings,
  791. // menu access key = alt, accelerator key = control.
  792. // Use 17 for Ctrl, 18 for Alt, 224 for Meta, 0 for none. Mac settings in macprefs.js
  793. #ifdef XP_MACOSX
  794. pref("ui.key.menuAccessKey", 0);
  795. pref("ui.key.accelKey", 224);
  796. pref("ui.key.generalAccessKey", 17);
  797. #else
  798. pref("ui.key.menuAccessKey", 18);
  799. pref("ui.key.accelKey", 17);
  800. pref("ui.key.generalAccessKey", 18);
  801. #endif
  802.  
  803. pref("ui.key.menuAccessKeyFocuses", false);
  804. pref("ui.key.saveLink.shift", true); // true = shift, false = meta
  805.  
  806. // Middle-mouse handling
  807. pref("middlemouse.paste", false);
  808. pref("middlemouse.openNewWindow", true);
  809. pref("middlemouse.contentLoadURL", false);
  810. pref("middlemouse.scrollbarPosition", false);
  811.  
  812. // Clipboard behavior
  813. pref("clipboard.autocopy", false);
  814.  
  815. // 0=lines, 1=pages, 2=history , 3=text size
  816. pref("mousewheel.withnokey.action",0);
  817. pref("mousewheel.withnokey.numlines",1);    
  818. pref("mousewheel.withnokey.sysnumlines",true);
  819. pref("mousewheel.withcontrolkey.action",0);
  820. pref("mousewheel.withcontrolkey.numlines",1);
  821. pref("mousewheel.withcontrolkey.sysnumlines",true);
  822. pref("mousewheel.withshiftkey.action",0);
  823. pref("mousewheel.withshiftkey.numlines",1);
  824. pref("mousewheel.withshiftkey.sysnumlines",false);
  825. pref("mousewheel.withaltkey.action",2);
  826. pref("mousewheel.withaltkey.numlines",1);
  827. pref("mousewheel.withaltkey.sysnumlines",false);
  828.  
  829. pref("profile.confirm_automigration",true);
  830.  
  831. // the amount of time (in seconds) that must elapse
  832. // before we think your mozilla profile is defunct
  833. // and you'd benefit from re-migrating from 4.x
  834. // see bug #137886 for more details
  835. //
  836. // if -1, we never think your profile is defunct
  837. // and users will never see the remigrate UI.
  838. pref("profile.seconds_until_defunct", -1);
  839.  
  840. // Customizable toolbar stuff
  841. pref("custtoolbar.personal_toolbar_folder", "");
  842.  
  843. pref("sidebar.customize.all_panels.url", "http://sidebar-rdf.netscape.com/%LOCALE%/sidebar-rdf/%SIDEBAR_VERSION%/all-panels.rdf");
  844. pref("sidebar.customize.directory.url", "http://dmoz.org/Netscape/Sidebar/");
  845. pref("sidebar.customize.more_panels.url", "http://dmoz.org/Netscape/Sidebar/");
  846. pref("sidebar.num_tabs_in_view", 8);
  847.  
  848. pref("prefs.converted-to-utf8",false);
  849. // --------------------------------------------------
  850. // IBMBIDI 
  851. // --------------------------------------------------
  852. //
  853. // ------------------
  854. //  Text Direction
  855. // ------------------
  856. // 1 = directionLTRBidi *
  857. // 2 = directionRTLBidi
  858. pref("bidi.direction", 1);
  859. // ------------------
  860. //  Text Type
  861. // ------------------
  862. // 1 = charsettexttypeBidi *
  863. // 2 = logicaltexttypeBidi
  864. // 3 = visualtexttypeBidi
  865. pref("bidi.texttype", 1);
  866. // ------------------
  867. //  Controls Text Mode
  868. // ------------------
  869. // 1 = logicalcontrolstextmodeBidiCmd
  870. // 2 = visualcontrolstextmodeBidi <-- NO LONGER SUPPORTED
  871. // 3 = containercontrolstextmodeBidi *
  872. pref("bidi.controlstextmode", 1);
  873. // ------------------
  874. //  Clipboard Text Mode
  875. // ------------------
  876. //  1 = logicalclipboardtextmodeBidi
  877. // 2 = visiualclipboardtextmodeBidi
  878. // 3 = sourceclipboardtextmodeBidi *
  879. pref("bidi.clipboardtextmode", 3);
  880. // ------------------
  881. //  Numeral Style
  882. // ------------------
  883. // 1 = regularcontextnumeralBidi *
  884. // 2 = hindicontextnumeralBidi
  885. // 3 = arabicnumeralBidi
  886. // 4 = hindinumeralBidi
  887. pref("bidi.numeral", 1);
  888. // ------------------
  889. //  Support Mode
  890. // ------------------
  891. // 1 = mozillaBidisupport *
  892. // 2 = OsBidisupport
  893. // 3 = disableBidisupport
  894. pref("bidi.support", 1);
  895. // ------------------
  896. //  Charset Mode
  897. // ------------------
  898. // 1 = doccharactersetBidi *
  899. // 2 = defaultcharactersetBidi
  900. pref("bidi.characterset", 1);
  901.  
  902.  
  903. pref("browser.throbber.url","chrome://navigator-region/locale/region.properties");
  904.  
  905. // used for double-click word selection behavior. Win will override.
  906. pref("layout.word_select.eat_space_to_next_word", false);
  907. pref("layout.word_select.stop_at_punctuation", true);
  908.  
  909. // pref to force frames to be resizable
  910. pref("layout.frames.force_resizability", false);
  911.  
  912. // pref to permit users to make verified SOAP calls by default
  913. pref("capability.policy.default.SOAPCall.invokeVerifySourceHeader", "allAccess");
  914.  
  915. // pref to control the alert notification 
  916. pref("alerts.slideIncrement", 1);
  917. pref("alerts.slideIncrementTime", 10);
  918. pref("alerts.totalOpenTime", 4000);
  919. pref("alerts.height", 50);
  920.  
  921. // update notifications prefs
  922. pref("update_notifications.enabled", true);
  923. pref("update_notifications.provider.0.frequency", 7); // number of days
  924. pref("update_notifications.provider.0.datasource", "chrome://communicator-region/locale/region.properties");
  925.  
  926. // 0 opens the download manager
  927. // 1 opens a progress dialog
  928. // 2 and other values, no download manager, no progress dialog. 
  929. pref("browser.downloadmanager.behavior", 1);
  930.  
  931. // if true, allow plug-ins to override internal imglib decoder mime types in full-page mode
  932. pref("plugin.override_internal_types", false);
  933. pref("plugin.expose_full_path", false); // if true navigator.plugins reveals full path
  934.  
  935. // See bug 136985.  Gives embedders a pref to hook into to show
  936. // a popup blocker if they choose.
  937. pref("browser.popups.showPopupBlocker", true);
  938.  
  939. // Pref to control whether the viewmanager code does double-buffering or not
  940. // See http://bugzilla.mozilla.org/show_bug.cgi?id=169483 for further details...
  941. pref("viewmanager.do_doublebuffering", true);
  942.  
  943. pref("privacy.popups.sound_enabled",              true);
  944. pref("privacy.popups.sound_url",                  "");
  945. pref("privacy.popups.statusbar_icon_enabled",     true);
  946. pref("tipoftheday.openAtStartup",                 true);
  947. pref("pinger.pinged",                             " ");
  948.  
  949. #ifdef LINSPIRE
  950. pref("network.protocol-handler.app.http", "/usr/lib/mozilla/mozilla-ext");
  951. pref("network.protocol-handler.app.https", "/usr/lib/mozilla/mozilla-ext");
  952. pref("network.protocol-handler.app.ftp", "/usr/lib/mozilla/mozilla-ext");
  953. pref("network.protocol-handler.app.file", "/usr/lib/mozilla/mozilla-ext"); 
  954. #endif
  955.  
  956. pref("spellchecker.enablerealtimespell", false);
  957. pref("spellchecker.realtimespell.warning_color", "orange");
  958.  
  959.